Carbon


GetCustomIconsEnabled

Header: Icons.h Carbon status: Supported

Determines whether custom icons are enabled or disabled on a specified volume.

OSErr GetCustomIconsEnabled (
    SInt16 vRefNum, 
    Boolean *customIconsEnabled
);
vRefNum

The volume whose status you are querying.

customIconsEnabled

On return, customIconsEnabled points to the value true if custom icons are enabled on the volume specified or false if custom icons are disabled on the volume specified.

function result

A result code.

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later when IconServicesLib 8.5 or later is installed. Exported by CarbonLib 1.0 and later and by IconServicesLib 8.5 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/18/2000)